價格:免費
更新日期:2018-08-06
檔案大小:1.3M
目前版本:1.1
版本需求:Android 4.0.3 以上版本
官方網站:mailto:regis@dedikewl.fr
Email:https://blog.damongeot.fr/remote-app-launch-privacy-policy/
聯絡地址:9 rue Edouard Manet, 92600 Asnieres sur Seine France
Launch apps on your android phone remotely using HTTP GET requests.
This is a special version of Remote App Launch without the need to add each app manually : all installed app on your device can be started immediatly.
For example, to launch firefox, use your browser to request : http://yourPhoneIP:8888/start/org.mozilla.firefox
The app need to be requested by its package name (RemoteAppLaunchSE will show the package name of each app on your phone, don't worry).
To stop the app remotely, you just need to switch from "start" to "stop" in the URL : http://yourPhoneIP:8888/stop/org.mozilla.firefox
Be aware that android doesn't allow a foreground app to be killed, only background processes. If you remotely launch an app that stays in foreground, it can't be killed remotely by Remote App Launch SE.
You can secure the app by using HTTP Authentication with a user/password needed to start/stop apps. In that case, to launch an app just use the following URL : http://username:password@yourPhoneIP:8888/start/org.mozilla.firefox